home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / SASETUP.MSI / F77536_inc_errorcode.asp < prev    next >
Encoding:
Text File  |  2003-02-21  |  493 b   |  19 lines

  1. <%    '==================================================
  2.     ' Microsoft Server Appliance
  3.     ' Web Framework Error Codes
  4.     ' Copyright (c) Microsoft Corporation.  All rights reserved.
  5.     '================================================== %>
  6. <%
  7.  
  8. Const SA_NO_ERROR                = 0
  9.  
  10. Const SA_ERROR_INVALIDARG        = 9000
  11. Const SA_ERROR_INVALIDPAGE        = 9001
  12.  
  13. Const SA_ERROR_CREATE_OBJECT_FAILED = 9002
  14. Const SA_ERROR_INITIALIZE_OBJECT_FAILED = 9003
  15.  
  16. Const SA_ERROR_EXECUTE_TASK_FAILED = 9004
  17.  
  18. %>
  19.